Click or drag to resize

ServiceUpdateDelegate Method (Mailbox, DelegateUser)

Updates delegates on a specific mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DelegateUserResponse UpdateDelegate(
	Mailbox mailbox,
	DelegateUser delegateUser
)

Parameters

mailbox
Type: Independentsoft.ExchangeMailbox
The mailbox to update delegates on.
delegateUser
Type: Independentsoft.ExchangeDelegateUser
The delegate user to update.

Return Value

Type: DelegateUserResponse
A collection of objects that provides the results of the operation.
See Also